ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / Remove Method / Remove(ObservableKeyValuePair<TKey,TValue>) Method

In This Topic
    Remove(ObservableKeyValuePair<TKey,TValue>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal item As ObservableKeyValuePair(Of TKey,TValue) _
    ) As System.Boolean
    public System.bool Remove( 
       ObservableKeyValuePair<TKey,TValue> item
    )

    Parameters

    item
    See Also